tools/xen-hvmctx: drop bogus casts from dump_lapic_regs()
authorJan Beulich <jbeulich@suse.com>
Thu, 4 Oct 2018 12:55:01 +0000 (14:55 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 4 Oct 2018 12:55:01 +0000 (14:55 +0200)
commit55f558ce1effcd20cff207280e0d31c80ab4045a
tree9767fcebb4fb7e02c38ed8ca683846888e6c54d9
parent47fccb664d1f34c1745c84b311bd2469c560ced1
tools/xen-hvmctx: drop bogus casts from dump_lapic_regs()

The casts weren't even to the right type - all LAPIC registers are
32-bit (pairs/groups of registers may be combined to form larger logical
ones, but this is not visible in the given data representation).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/misc/xen-hvmctx.c